-
Notifications
You must be signed in to change notification settings - Fork 161
First version of table lookup library #2834
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
swernli
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did an initial review with some feedback.
Also, is this library one that you would want to add to the registry in source/vscode/src/registry.json?
Co-authored-by: Stefan J. Wernli <[email protected]>
Yes! But I want to get it checked in first. |
The
table_lookuplibrary defines various primitives useful to perform computation and uncomputation of table lookup. It also defines wrapper function which uses one of the approaches depending on options.More in readme.md.